module Base
{
	item 9mmMAG30Beretta
    {
        CanStack	        =	   FALSE,
        Weight	            =	   0.2,
        Type	            = 	   Normal,
        DisplayName	        =	   Beretta M38 Magazine,
        Icon	            =	   MAB38_Mag,
        MaxAmmo             =      30,
        AmmoType            =      Bullets9mm,
        GunType             =      BerettaM38,
		WorldStaticModel    =	   9mmMAG30,
    }

	model 9mmMAG30
    {
        mesh = weapons/ammo/Beretta_MAG,
		texture = weapons/ammo/Baretta_MAG,	
    }

    item MP40_MAGAZINE
    {
        CanStack	        =	   FALSE,
        Weight	            =	   0.1,
        Type	            = 	   Normal,
        DisplayName	        =	   MP40 Magazine,
        Icon	            =	   Mp40_Mag,
        MaxAmmo             =      32,
        AmmoType            =      Bullets9mm,
        StaticModel         =      MP40Magazine,
        GunType             =      Base.MP40_SMG_Unfolded,
        WorldStaticModel    =      MP40Magazine,    
    }

    model MP40Magazine
    {
        mesh = weapons/ammo/MP409mmMag,
	    texture = weapons/ammo/mp40,	
    }

    item 8mmKurtz
    {
        DisplayCategory = Ammo,
        Count	=	5,
        Weight	=	0.01,
        Type	=	Normal,
        DisplayName	= 7.92x33 Round,
        Icon	= 8mm_Bullet,
        MetalValue = 1,
        WorldStaticModel = RifleAmmo,
    }

	item 8mmKurtzBox
    {
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Box of 7.92x33 Rounds,
        DisplayCategory = Ammo,
        Icon	=	8mm_Box,
        MetalValue = 30,
        WorldStaticModel = 8mmKurtzBoxModel,
        PlaceOneSound = BoxOfRoundsPlaceOne,
    }


    model 8mmKurtzBoxModel
    {
        mesh = weapons/ammo/AmmoBox8mm,
	    texture = weapons/ammo/8mm_kurz,
        scale = 0.5,
        attachment world
		{
			offset = 0.0000 0.0000 0.0000,
			rotate = 180.0000 0.0000 0.0000,
		}
    }

    item SGT44Mag
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	STG 44 Magazine,
        Icon	=	STG44_Mag,
        MaxAmmo = 30,
        AmmoType = Base.8mmKurtz,
        StaticModel = SGT44MagModel,
        GunType = SGT44,
        WorldStaticModel = SGT44MagModel,
    }

    model SGT44MagModel
    {
        mesh = weapons/ammo/STG8mmMag,
	    texture = weapons/firearm/STG44,	
    }

    item 8mmMauser
    {
        DisplayCategory = Ammo,
        Count	=	5,
        Weight	=	0.01,
        Type	=	Normal,
        DisplayName	= 7.92x57 Mauser Round,
        Icon	= 8mm_Mauser_Bullet,
        MetalValue = 1,
        WorldStaticModel = RifleAmmo,
    }

	item 8mmMauserBox
    {
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Box of 7.92x57 Mauser Rounds,
        DisplayCategory = Ammo,
        Icon	=	8mm_Mauser_Box,
        MetalValue = 30,
		WorldStaticModel    =   792x57BoxModel,
    }

    model 792x57BoxModel
    {
        mesh = weapons/ammo/AmmoBox8mmMauser,
		texture = weapons/ammo/8mm_mauser,	
        attachment world
		{
			offset = 0.0000 0.0000 0.0000,
			rotate = 180.0000 0.0000 0.0000,
		}
    }

    item G43Mag
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	G43 Magazine,
        Icon	=	G43_Mag,
        MaxAmmo = 10,
        AmmoType = 8mmMauser,
        StaticModel = G43MagModel,
        GunType = G43,
        WorldStaticModel = G43MagModel,
    }

    model G43MagModel
    {
        mesh = weapons/ammo/G43Mag,
	    texture = weapons/ammo/G43MagTex,	
    }

    item MG34Mag
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=   50 Round Gurttrommel,
        Icon	=	MG34_Mag,
        MaxAmmo = 50,
        AmmoType = Base.8mmMauser,
        StaticModel = MG34MagModel,
        GunType = MG34,
        WorldStaticModel = MG34MagModel,
    }

    model MG34MagModel
    {
        mesh = weapons/ammo/MG34_MAG,
	    texture = weapons/ammo/MG34_MAG,	
    }

    item 6x5Bullets
	{
	    Count		=	5,
        Weight		=	0.02,
	    AlwaysWelcomeGift =	TRUE,
        Type		=	Normal,
	    DisplayCategory =	Ammo,
        DisplayName	=	6.5x52 Carcano Round,
	    Icon		=	65Carano_Ammo,
        MetalValue	=	1,
	    WorldStaticModel    =   RifleAmmo,
    }

	item 6x5Box
	{
	    Weight		=	0.4,
	    AlwaysWelcomeGift =	TRUE,
        Type		=	Normal,
	    DisplayName	=	Box of 6.5x52 Carcano Rounds,
		DisplayCategory	=	Ammo,
	    Icon		=	CarcanoAmmoBox,
        MetalValue 	=	10,
		WorldStaticModel    =   6x5Box,
    }
	model 6x5Box
    {
        mesh = weapons/ammo/AmmoBox,
		texture = weapons/ammo/6x5AmmoBox_tex,
		
    }

    item CarcanoClip
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.05,
        Type	=	Normal,
        DisplayName	=	Carcano Clip,
        Icon	=	Carano_Mag,
        MaxAmmo = 6,
        AmmoType = Base.6x5Bullets,
        StaticModel = Carano_Mag_Model,
        GunType = CarcanoM91,
        WorldStaticModel = Carano_Mag_Model,
    }

    model Carano_Mag_Model
    {
        mesh = weapons/ammo/Carcano_Clip,
	    texture = weapons/ammo/Carcano_Clip,	
    }


    item SoumiMag
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.68,
        Type	=	Normal,
        DisplayName	=	Suomi KP/31 Drum Magazine,
        Icon	=	SuomiSMG_Mag,
        MaxAmmo = 71,
        AmmoType = Base.Bullets9mm,
        StaticModel = SoumiMagModel,
        GunType = Soumi9mm,
        WorldStaticModel = SoumiMagModel,
    }

    model SoumiMagModel
    {
        mesh = weapons/ammo/MagSoumi,
	    texture = weapons/ammo/perkele_mag,	
    }

    item LahtiMag
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Lahti Magazine,
        Icon	=	Lahti_Mag,
        MaxAmmo = 8,
        AmmoType = Base.Bullets9mm,
        StaticModel = LahtiMagModel,
        GunType = Lahti,
        WorldStaticModel = LahtiMagModel,
    }

    model LahtiMagModel
    {
        mesh = weapons/ammo/LahtiMag,
	    texture = weapons/ammo/lahtimag,	
    }

    item P38Mag
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	P38 Magazine,
        Icon	=	P38_Mag,
        MaxAmmo = 8,
        AmmoType = Base.Bullets9mm,
        StaticModel = P38MagModel,
        GunType = P38,
        WorldStaticModel = P38MagModel,
    }

    model P38MagModel
    {
        mesh = weapons/ammo/P38Mag,
	    texture = weapons/ammo/P38Mag,	
    }

    item 9x25_Mauser_Bullets
	{
	    Count		=	5,
        Weight		=	0.02,
	    AlwaysWelcomeGift =	TRUE,
        Type		=	Normal,
	    DisplayCategory =	Ammo,
        DisplayName	=	9x25 Mauser Round,
	    Icon		=	9x25Mauser_Bullet,
        MetalValue	=	1,
		WorldStaticModel    =   9x25_Mauser_Bullets,
    }
	model 9x25_Mauser_Bullets
    {
        mesh = weapons/ammo/Rifle_Ammo,
		texture = weapons/ammo/762Bullets_tex,
		
    }
	item 9x25_Mauser_Box
	{
	    Weight		=	0.4,
	    AlwaysWelcomeGift =	TRUE,
        Type		=	Normal,
	    DisplayName	=	Box of 9x25 Mauser Rounds,
		DisplayCategory	=	Ammo,
	    Icon		=	9x25Mauser,
        MetalValue 	=	10,
		WorldStaticModel    =   9x25_Mauser_Box,
    }

	model 9x25_Mauser_Box
    {
        mesh = weapons/ammo/AmmoBox,
		texture = weapons/ammo/9x25_Mauser_AmmoBox_tex,
    }
	
	
    item Danuvia_Magazine
    {
        CanStack	        =	   FALSE,
        Weight	            =	   0.2,
        Type	            = 	   Normal,
        DisplayName	        =	   Danuvia Magazine,
        Icon	            =	   Danuvia_Mag,
        MaxAmmo             =      40,
        AmmoType            =      9x25_Mauser_Bullets,
        GunType             =      Danuvia,
		WorldStaticModel    =	   Danuvia_Magazine,
    }

	model Danuvia_Magazine
    {
        mesh = weapons/ammo/Danuvia_Magazine,
		texture = weapons/ammo/Danuvia_Magazine,	
    }
	
	item 65x50_Bullets
	{
	    Count		=	5,
        Weight		=	0.02,
	    AlwaysWelcomeGift =	TRUE,
        Type		=	Normal,
	    DisplayCategory =	Ammo,
        DisplayName	=	6.5x50 Arisaka Round,
	    Icon		=	6x5Arisaka_Bullet,
        MetalValue	=	1,
	    WorldStaticModel    =   RifleAmmo,
    }

	item 65x50_Box
	{
	    Weight		=	0.4,
	    AlwaysWelcomeGift =	TRUE,
        Type		=	Normal,
	    DisplayName	=	Box of 6.5x50 Arisaka Rounds,
		DisplayCategory	=	Ammo,
	    Icon		=	6x5Arisaka,
        MetalValue 	=	10,
		WorldStaticModel    =   65x5Box,
    }

	model 65x5Box
    {
        mesh = weapons/ammo/AmmoBox,
		texture = weapons/ammo/6x5Arisaka_tex,
		
    }
    
	item Fedorov_Magazine
    {
        CanStack	        =	   FALSE,
        Weight	            =	   0.2,
        Type	            = 	   Normal,
        DisplayName	        =	   Fedorov Magazine,
        Icon	            =	   FederovAvtomat_Mag,
        MaxAmmo             =      25,
        AmmoType            =      65x50_Bullets,
        GunType             =      Fedorov,
		WorldStaticModel    =	   Fedorov_Magazine,
    }
	model Fedorov_Magazine
    {
        mesh = weapons/ammo/Fedorov_Magazine,
		texture = weapons/ammo/Fedorov_Magazine,
		
    }
    
    item LugerMag
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Luger Magazine,
        Icon	=	Luger_Mag,
        MaxAmmo = 8,
        AmmoType = Base.Bullets9mm,
        StaticModel = LahtiMagModel,
        GunType = Luger,
        WorldStaticModel = LahtiMagModel,
    }


}	